projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb6c8b
)
Use explicit ascii version of movefile for build envs that default to windows
author
robertl
<robertl>
Mon, 19 Jul 2010 21:40:49 +0000
(21:40 +0000)
committer
robertl
<robertl>
Mon, 19 Jul 2010 21:40:49 +0000
(21:40 +0000)
bloaty strings.
kml.c
patch
|
blob
|
history
diff --git
a/kml.c
b/kml.c
index 1ce8ff5140be2306d5b4365e3bb60f69bc3dfdb7..63ed9921615987e3e98dd1b53d0a0491fdf953b4 100644
(file)
--- a/
kml.c
+++ b/
kml.c
@@
-347,7
+347,7
@@
kml_wr_deinit(void)
if (posnfilenametmp) {
#if __WIN32__
- MoveFileEx(posnfilenametmp, posnfilename,
+ MoveFileEx
A
(posnfilenametmp, posnfilename,
MOVEFILE_REPLACE_EXISTING);
#endif
rename(posnfilenametmp, posnfilename);